I write about building products people love, sharing what works (and what doesn’t) from real experience scaling apps, tackling tough engineering problems, and navigating the world of mobile development.
My most successful project has been the Siddur Torah Ohr app - a Jewish prayer book that helps users find relevant prayers based on their location, date, and time. Watching it grow from an idea to an app used by tens of thousands of people monthly has been incredibly rewarding.
I've also enjoyed building web applications, APIs, AI projects, and experimenting with game development.
{% for post in site.posts limit:3 %}
{% endfor %}
{% if site.posts.size == 0 %}
{% endif %}
{% if site.posts.size > 3 %}
{% endif %}
{{ post.title }} {{ post.date | date: "%B %d, %Y" }}
Coming Soon Stay tuned
Featured Projects
{% assign project_posts = site.posts | where: "category", "project" | sort: "date" | reverse %}
{% for project in project_posts %}
{% endfor %}
{{ project.title }}
{% if project.tags %}
{% for tech in project.tags limit:3 %}
{{ tech }}
{% endfor %}
{% if project.tags.size > 3 %}
+{{ project.tags.size | minus: 3 }}
{% endif %}
{% endif %}
{{ project.excerpt | strip_html | truncate: 120 }}
Read Case Study
{% if project.live_url %}
Live Demo
{% endif %}
{% if project.app_store_url %}
App Store
{% endif %}
{% if project.github_url %}
GitHub
{% endif %}